Security News
GitHub Removes Malicious Pull Requests Targeting Open Source Repositories
GitHub removed 27 malicious pull requests attempting to inject harmful code across multiple open source repositories, in another round of low-effort attacks.
ignorepatterns
Advanced tools
A regular expression that matches common filenames that we want to ignore
A regular expression that matches common filenames that we want to ignore
import ignorePatternsRegExp from 'ignorepatterns'
console.log(ignorePatternsRegExp.test('.DS_Store')) // true
npm install --save ignorepatterns
import pkg from ('ignorepatterns')
const pkg = require('ignorepatterns').default
import pkg from 'https://unpkg.com/ignorepatterns@^5.6.0/edition-deno/index.ts'
This package is published with the following editions:
ignorepatterns/source/index.ts
is TypeScript source code with Import for modulesignorepatterns
aliases ignorepatterns/edition-es2022/index.js
ignorepatterns/edition-es2022/index.js
is TypeScript compiled against ES2022 for Node.js 4 || 6 || 8 || 10 || 12 || 14 || 16 || 18 || 20 || 21 with Require for modulesignorepatterns/edition-es2022-esm/index.js
is TypeScript compiled against ES2022 for Node.js 12 || 14 || 16 || 18 || 20 || 21 with Import for modulesignorepatterns/edition-types/index.d.ts
is TypeScript compiled Types with Import for modulesignorepatterns/edition-deno/index.ts
is TypeScript source code made to be compatible with DenoDiscover the release history by heading on over to the HISTORY.md
file.
Discover how to contribute via the CONTRIBUTING.md
file.
Unless stated otherwise all works are:
and licensed under:
v5.6.0 2023 December 29
FAQs
A regular expression that matches common filenames that we want to ignore
The npm package ignorepatterns receives a total of 0 weekly downloads. As such, ignorepatterns popularity was classified as not popular.
We found that ignorepatterns demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
GitHub removed 27 malicious pull requests attempting to inject harmful code across multiple open source repositories, in another round of low-effort attacks.
Security News
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
Security News
Node.js will be enforcing stricter semver-major PR policies a month before major releases to enhance stability and ensure reliable release candidates.